OpenWrt For Beikeyun

Features:

Luci Application

Development

Utilities

Network

Misc

Filesystem support

Device support

Known issues

Based on

Armbian
OpenWrt Project
Lean's OpenWrt source
hanwckf's bulid-beikeyun

Todo


Something Useful

fdisk /dev/mmcblk0
d
n
p
1
32768

n
wq
resize2fs /dev/mmcblk0p1
pip3 install pip-review
pip-review --local --interactive

Mobile Login
Mobile Login
Mobile Overview
Mobile Overview
Rosy File Transfer
Rosy File Server
PC Overview
Arch Linux with I3WM

Build Types Explained

These builds will usually contain one of the newer features I'm working on, and these builds could be almost weekly, as this will be used as testing branch. This also means, these builds will see features that may or may not be included in the stable releases. Eventually, once this branch is stable enough, it is what gets pushed to the Stable branch for release.

FAQ

Before using the system

Flashing the image

Using the system

Something Unrelated

#!/bin/sh

cpunum=$(lscpu | awk '/CPU\(s\):/' | sed 's/CPU(s): *//g')
openssl speed -multi $cpunum -mr -evp aes-128-gcm > /tmp/aesmark.log
sed -n '$p' /tmp/aesmark.log > /etc/aesmark.log
#暂时莓想好要怎么展示结果,加权平均值? or 以某一处理器为基准的百分比?

关于数据可视化...Vega的语法好难啊(哭)


  1. 采用Master构建 ↩︎

  2. 很奇怪的一件事,有些需要刷入的镜像,仅仅是按照快餐式教程勾选了一堆LUCI APP,那为什么不用Docker来跑呢? ↩︎

  3. 在ARM64 AMD64 S390X架构上,这是V2ray Auto的默认加密算法,但要注意的是,V2ray采用Golang库而非OpenSSL ↩︎